From: Fabio Fantoni Date: Sat, 22 Feb 2014 10:35:54 +0000 (+0100) Subject: libxl: comments cleanup on libxl_dm.c X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5557^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=21eaf5b06a41c787e1441523f7b22e57565bb292;p=xen.git libxl: comments cleanup on libxl_dm.c Removed some unuseful comments lines. Signed-off-by: Fabio Fantoni Acked-by: Ian Jackson --- diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index f6f7bbd8bf..5c06dfa388 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -412,7 +412,6 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc, /* * Remove default devices created by qemu. Qemu will create only devices * defined by xen, since the devices not defined by xen are not usable. - * Remove deleting of empty floppy no more needed with nodefault. */ flexarray_append(dm_args, "-nodefaults"); @@ -470,10 +469,6 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc, /* XXX sdl->{display,xauthority} into $DISPLAY/$XAUTHORITY */ } - /*if (info->type == LIBXL_DOMAIN_TYPE_PV && !b_info->nographic) { - flexarray_vappend(dm_args, "-vga", "xenfb", NULL); - } never was possible?*/ - if (keymap) { flexarray_vappend(dm_args, "-k", keymap, NULL); }